FlexGrid for WinForms
AddRange(IEnumerable<IBand>) メソッド

C1.Win.FlexGrid.BandedView.6 アセンブリ > C1.Win.FlexGrid 名前空間 > IBandCollection インターフェース > AddRange メソッド : AddRange(IEnumerable<IBand>) メソッド
IBandCollection の末尾に追加される要素を含むコレクション。
指定されたコレクションの要素を IBandCollection の最後に追加します。
シンタックス
'宣言
 
Overloads Sub AddRange( _
   ByVal collection As System.Collections.Generic.IEnumerable(Of IBand) _
) 
void AddRange( 
   System.Collections.Generic.IEnumerable<IBand> collection
)

パラメータ

collection
IBandCollection の末尾に追加される要素を含むコレクション。
参照

IBandCollection インターフェース
IBandCollection メンバ
オーバーロード一覧